empty

function <T> empty(arg: T?): boolean

Checks if the value is null or empty.

Return

true if the value is not or empty.

Since

0.8.0